Operation void
run (), in Class Runnable
Documentation
* When an object implementing interface <code>Runnable</code> is used
* to create a thread, starting the thread causes the object's
* <code>run</code> method to be called in that separately executing
* thread.
*
* @see java.lang.Thread#run()
* @since JDK1.0
Concurrency | Sequential | Export Control | PublicAccess |
Property Settings
Java
Abstract | True | Static | False |
Final | False | Native | False |
Synchronized | False | | |